![]() |
MPCreateEvent |
||||
Header: | Multiprocessing.h | Carbon status: | Supported | |
Creates an event group.
OSStatus MPCreateEvent ( MPEventID *event );
On return, event contains the ID of the newly created event group.
A result code.
Event groups are created from dynamically allocated internal resources. Other tasks may be competing for these resources so it is possible that this function will not be able to create an event group.
Also see the function MPDeleteEvent.
Introduced with Multiprocessing Services 2.0.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)